Insert(Int32,Object) Method
Inserts an item to the
System.Collections.IList at the specified index.
'Declaration
Public Overloads Sub Insert( _
ByVal As Integer, _
ByVal As Object _
)
Parameters
- index
- The zero-based index at which should be inserted.
- value
- The System.Object to insert into the System.Collections.IList.